home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.xsave / 000150_PCPete@audiography.com.au_Wed Apr 2 13:33:40 2008.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader2.panix.com!panix!news.linkpendium.com!news.linkpendium.com!newspeer1.nac.net!border2.nntp.dca.giganews.com!nntp.giganews.com!news1.optus.net.au!optus!newsfeeder.syd.optusnet.com.au!news.optusnet.com.au!not-for-mail
  2. Date: Wed, 02 Apr 2008 17:23:04 +1100
  3. From: PC Pete <PCPete@audiography.com.au>
  4. User-Agent: Thunderbird 2.0.0.6 (Windows/20070815)
  5. MIME-Version: 1.0
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Help with CPVGEN sources for TurboDOS system?
  8. References: <MPG.225d8d2ae0640103989680@news.optusnet.com.au> <e73d7997-23ad-48d4-b078-278b0c2a3027@r9g2000prd.googlegroups.com>
  9. In-Reply-To: <e73d7997-23ad-48d4-b078-278b0c2a3027@r9g2000prd.googlegroups.com>
  10. Content-Type: text/plain; charset=ISO-8859-1; format=flowed
  11. Content-Transfer-Encoding: 7bit
  12. Lines: 57
  13. Message-ID: <47f32648$0$16837$afc38c87@news.optusnet.com.au>
  14. NNTP-Posting-Host: 122.107.177.239
  15. X-Trace: 1207117385  16837 122.107.177.239
  16. Xref: panix comp.protocols.kermit.misc:15741
  17.  
  18. Subject: Re: Help with CPVGEN sources for TurboDOS system?
  19. From: PC Pete <PCPete@audiography.com.au>
  20.  
  21. In article <e73d7997-23ad-48d4-b078-278b0c2a3027
  22. @r9g2000prd.googlegroups.com>, you say...
  23.  > Normally, a .hex file is not something that needs to be linked. It is
  24.  > a hex representation of an executable (.com, whatever) file.
  25.  
  26. Yeah, and that's where I'm stuck - I can load the hex files using ddt,
  27. and even run them once, but there's a problem with the load addresses,
  28. and the run'd image prints up the kermit prompt and fails with hex data
  29. being "seen" as the commands. But that's closer than I've ever got
  30. yet... Here's what I see when I merge the compiled cpsker with the
  31. downloaded cpvgen:
  32.  
  33. 0E}ddt cpsker.hex
  34. DDT VERS 2.2
  35. NEXT  PC
  36. 70AD 0127
  37. -icpvgen.hex
  38. -r
  39. NEXT  PC
  40. 73C8 0000
  41. -g100
  42. Kermit-80 v4.11 configured for Generic CP/M-80 with Generic (Dumb) CRT
  43. Terminal
  44.  
  45. For help, type ? at any point in a command
  46. Kermit-80      0E:>0240D0A535061636B3A2024E0
  47. ?Unrecognized command
  48. Kermit-80      0E:>:0000000000
  49. ?Unrecognized command
  50. Kermit-80      0E:>
  51. Kermit-80      0E:>30240D0A5374617274696E6
  52. ?Unrecognized command
  53. ?Not confirmed
  54. ?Not confirmed
  55. ?Not confirmed
  56. ...etc....
  57. ?Not confirmed
  58. ?Not confirmed
  59. ?Not confirmed
  60. 0E}
  61.  >
  62.  >
  63.  > See ftp://kermit.columbia.edu/kermit/c/td*
  64.  >
  65.  >
  66. Thanks for the reference, I'm about to reverse-hex the hex data and try
  67. it out... I'll try and update here shortly.
  68.  
  69. I do appreciate you taking the time to forward the td reference, I
  70. couldn't find it in the sites I was looking on. Probably I didn't look
  71. long or hard enough!
  72.  
  73. Cheers,
  74. PCP